Pinned
2,053 contributions in the last year
Less
More
Contribution activity
September 2021
Created 21 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 23 other pull requests in 3 repositories
python/cpython
9
merged
2
open
3
closed
- 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
8
merged
pybluez/pybluez
1
open
Reviewed 12 pull requests in 1 repository
python/cpython
12 pull requests
- 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
Created an issue in buildbot/buildbot that received 2 comments
pip fails to install buildbot-www with latest setuptools: error in Tempita setup command: use_2to3 is invalid.
Example:
python3 -m venv env
env/bin/python -m pip install -U pip setuptools
env/bin/python -m pip install buildbot-www
Error:
Collecting Tempita>…
2
comments