-
Neu.ro
- Ukraine
- @SerhiyStorchaka
Block or Report
Block or report serhiy-storchaka
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
-
-
astroid Public
Forked from pylint-dev/astroid
A common base representation of python source code for pylint and other projects
Python 2
-
pyflakes Public
Forked from PyCQA/pyflakes
A simple program which checks Python source files for errors
Python 3
522 contributions in the last year
Activity overview
Contribution activity
June 2023
Reviewed 14 pull requests in 1 repository
python/cpython
14 pull requests
-
gh-105687: Remove deprecated objects from
remodule - gh-105375: Improve error handling in _Unpickler_SetInputStream()
- gh-105375: Explicitly initialise all {Pickler,Unpickler}Object fields
- gh-105375: Improve _pickle error handling
- gh-105375: Improve error handling in the sys extension module
- gh-105382: Remove urllib.request cafile parameter
- gh-82180: Update math.factorial(float) doc for Python 3.10
- gh-105373: Remove PyArg_Parse() deprecation
- [3.12] gh-104411: Update test_getint for Tcl 9.0 (GH-104412)
- [3.11] gh-104411: Update test_getint for Tcl 9.0 (GH-104412)
- gh-104411: Update test_getint for Tcl 9.0
- [3.11] gh-104399: Use newer libtommath APIs when necessary (GH-104407)
- [3.12] gh-104399: Use newer libtommath APIs when necessary (GH-104407)
- gh-104399: Use newer libtommath APIs when necessary
Created an issue in python/cpython that received 2 comments
Regression in compiling boolean expressions
Boolean expressions produce larger bytecode and are slower in 3.12 than in 3.11.
In 3.11:
$ ./python -m timeit -s 'a=b=c=True' 'x = a and b and c'
…





