Pinned
2,027 contributions in the last year
Less
More
Contribution activity
September 2021
Created 24 commits in 3 repositories
Created 1 repository
- vstinner/pybluez HTML
Created a pull request in python/cpython that received 13 comments
bpo-39573: Py_TYPE becomes a static inline function
Convert the Py_TYPE() and Py_SIZE() macros to static inline functions. The Py_SET_TYPE() and Py_SET_SIZE() functions must now be used to set an obj…
+52
−9
•
13
comments
Opened 25 other pull requests in 3 repositories
python/cpython
10
merged
2
open
3
closed
- bpo-21302: Update time.sleep() doc for clock_nanosleep()
- bpo-44860: Update test_sysconfig for posix_user platlib
- bpo-45035: distutils install command doesn't use platlibdir
- bpo-44348: BaseException deallocator uses trashcan
- bpo-45118: Fix regrtest second summary for re-run tests
- bpo-45115: Enable optimiaztions on Windows debug build
- bpo-45094: Add Py_ALWAYS_INLINE macro
- bpo-45094: Add Py_NO_INLINE macro
- bpo-45082: Cleanup ctypes.c_buffer alias
- bpo-37330: open() no longer accept 'U' in file mode
- bpo-45085: Remove the binhex module
- bpo-40360: Deprecate the lib2to3 package
- bpo-45084: Remove deprecated urllib.parse functions
- bpo-45082: Deprecate ctypes.c_buffer() alias
- bpo-44895: libregrtest: refleak check clears types later
python/buildmaster-config
9
merged
pybluez/pybluez
1
open
Reviewed 14 pull requests in 2 repositories
python/cpython
13 pull requests
- bpo-45021: Fix a hang in forked children
- bpo-21302: Add clock_nanosleep() implementation for time.sleep()
- bpo-44219: Mention GH-28250 is a deadlock bugfix
- [3.9] bpo-44219: Release the GIL during isatty syscalls (GH-28250)
- [3.10] bpo-44219: Release the GIL during isatty syscalls (GH-28250)
- bpo-44219: Release the GIL during isatty syscalls
- [3.10] bpo-44860: Update test_sysconfig for posix_user platlib (GH-28235)
- bpo-44860: Update test_sysconfig for posix_user platlib
- bpo-44959: Added fallback to extension modules with '.sl' suffix on HP-UX
- bpo-45094: Add Py_ALWAYS_INLINE macro
- bpo-41031: Match C and Python code formatting of unprintable exceptio…
- [doc] Link to deprecation policy PEP from the DeprecationWarning documentation
- bpo-40360: [doc] Rephrase deprecation note about lib2to3
psf/pyperf
1 pull request
Created an issue in python/bugs.python.org that received 2 comments
Bug in the OAuth-based authentication: user logged as the wrong account
Hi, A bug has been identified and fixed in the OAuth-based authentication code used on the Python bug tracker bugs.python.org (BPO) to log in with …
2
comments