cpython
https://github.com/python/cpython
Python
The Python programming language
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported941 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- IDLE: Remove '', user_dir, and idlelib from sys.path when added
- Make pkgutil.iter_modules() yield built-in modules
- Bad path leads to: ImportError: DLL load failed: %1 is not a valid Win32 application.
- Popen.wait() hangs when called from a signal handler when os.waitpid() does not
- Disabling changing sys.argv[0] with runpy.run_module(...alter_sys=True)
- json.dumps to check for obj.__json__ before raising TypeError
- httplib/http.client HTTPConnection._set_hostport() regression
- Emit ResourceWarning when implicitly terminating a suspended frame?
- os.path.ismount sometimes raises FileNotFoundError on Windows
- NamedTemporaryFile does not generate a ResourceWarning for unclosed files (unlike TemporaryFile)
- Docs
- Python not yet supported