-
Neu.ro
- Ukraine
- @SerhiyStorchaka
Block or Report
Block or report serhiy-storchaka
Report abuse
Contact GitHub support about this userβs behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
-
-
-
astroid Public
Forked from PyCQA/astroid
A common base representation of python source code for pylint and other projects
Python 2
1,206 contributions in the last year
Less
More
Activity overview
Contributed to
python/cpython,
neuro-inc/neuro-cli,
neuro-inc/platform-monitoring
and 20 other
repositories
Contribution activity
December 2022
Created 7 commits in 1 repository
Created a pull request in python/cpython that received 18 comments
[3.11] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created
It no longer emits a deprecation warning if the current event loop was set. Issue: gh-93453
+109
β123
β’
18
comments
Opened 9 other pull requests in 1 repository
python/cpython
4
open
5
merged
- [3.11] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop()
- gh-100160: Deprecate implicit creation of an event loop
- gh-100408: Fix a traceback in multiprocessing example
- gh-100272: Fix JSON serialization of OrderedDict
- gh-100129: Add tests for pickling all builtin types and functions
- gh-100129: Make the names of all classes in the types module resolvable
- [3.10] gh-60203: Always pass True/False as boolean arguments in testsβ¦
- gh-60203: Always pass True/False as boolean arguments in tests
- gh-60203: Revert changes in cycle.__setstate__
Reviewed 12 pull requests in 1 repository
python/cpython
12 pull requests
- bpo-38384: Fix a possible assertion failure in _pickle
- gh-100160: Deprecate implicit creation of an event loop
- [3.10] gh-100129: Add tests for pickling all builtin types and functions (GH-100142)
- [3.11] gh-100129: Add tests for pickling all builtin types and functions (GH-100142)
- gh-100129: Make the names of all classes in the types module resolvable
-
gh-99925: Fix inconsistency in
json.dumps()error messages - bpo-42291: Fix signature for code.replace().
- [3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created
- [3.11] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created
- [3.11] gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)
- gh-99593: Add tests for Unicode C API (part 2)
- [3.11] gh-99845: _PyObject_DictPointer(): fix dictoffset cast
Created an issue in python/cpython that received 5 comments
Change names of builtin types exposed in the types module
Some builtin types (like int, range, map) are exposed in the builtins module under their names. int.__name__ is "int" and int.__module__ is "builtiβ¦
5
comments





