Pinned
2,061 contributions in the last year
Less
More
Contribution activity
September 2021
Created 36 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 36 other pull requests in 3 repositories
python/cpython
3
open
20
merged
3
closed
- bpo-45116: Use Py_ALWAYS_INLINE in object.h
- bpo-45116: Py_DEBUG ignores Py_ALWAYS_INLINE
- bpo-45231: update_file.py preserves end of line
- bpo-45020: Fix build out of source tree
- bpo-45116: Add the Py_ALWAYS_INLINE macro
- [3.9] bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet (GH-28354)
- bpo-45205: Make test_compileall quiet
- bpo-45207: Make test_gdb.test_pycfunction() quiet
- bpo-45208: Make test_pdb.test_checkline_is_not_executable() quiet
- bpo-21302: Add _PyTime_AsNanoseconds()
- bpo-45195: Fix test_readline.test_nonascii()
- 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
- Some pull requests not shown.
python/buildmaster-config
9
merged
pybluez/pybluez
1
open
Reviewed 25 pull requests in 4 repositories
python/cpython
22 pull requests
- bpo-45212: Add a comment for time.sleep() in tests
- bpo-21302: Add Waitable timer implementation for time.sleep() in Windows
-
bpo-45128: fixes
test_multiprocessing_forkmysterious crash - bpo-44766: remove outdated reference to Py_USING_MEMORY_DEBUGGER
- [3.9] bpo-45195: Fix test_readline.test_nonascii() (GH-28329)
- [3.10] bpo-45195: Fix test_readline.test_nonascii() (GH-28329)
- bpo-45195: Fix test_readline.test_nonascii()
- [3.9] bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300)
- [3.10] bpo-45156: Fixes inifite loop on unittest.mock.seal() (GH-28300)
- 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
python/buildmaster-config
1 pull request
fedora-python/cpython
1 pull request
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