Create your own GitHub profile
Join the platform over 36 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises
Pinned
600 contributions in the last year
Activity overview
Contributed to
python/cpython,
pablogsal/thanks-python,
pablogsal/cpython_positional_only
and 5 other
repositories
Contribution activity
April 2019
- pablogsal/cython Python
Created a pull request in python/cpython that received 14 comments
bpo-36540: PEP 570 -- Implementation
implementation of PEP 570 -- Python Positional-Only Parameters:
+5,695
−4,670
•
14
comments
- Add @pablogsal to code owners file for Parser/pgen
- [3.7] bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can terminate the calling thread (GH-12541)
- bpo-36585: Skip test_preadv_flags if RWF_HIPRI is not supported by the system
- [3.7] bpo-36440: include node names in ParserError messages, instead of numeric IDs (GH-12565)
- bpo-36465: Make release and debug ABI compatible
- [3.7] bpo-36593: Fix isinstance check for Mock objects with spec executed under tracing (GH-12790)
- bpo-36593: Fix isinstance check for Mock objects with spec executed under tracing
- [3.7] bpo-36585: Skip test_preadv_flags if RWF_HIPRI is not supported by the system (GH-12762)
- bpo-34488: Improve performance of BytesIO.writelines() by avoiding creation of unused ints.
- bpo-36440: include node names in ParserError messages, instead of numeric IDs
Created an issue in cython/cython that received 1 comment
tp_dealloc generated code is unsafe for weak references
Consider the following class defined in Cython:
cdef class Example: cdef object __weakref__ def __dealloc__(self): with nogil: some_operation()
Th…
1
comment
3
contributions
in private repositories
Apr 10 – Apr 26