Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort
Use After Free when assigning into a memoryview type-bug
#92888 opened May 17, 2022 by chilaxan
some tests fail with -O (assertions off) tests type-bug
#92886 opened May 17, 2022 by iritkatriel
Advise to use typing.IO sparingly docs expert-typing
#92877 opened May 17, 2022 by srittau
hashlib should probably load "default" OpenSSL provider on OpenSSL 3.x explicitly type-bug
#92876 opened May 17, 2022 by mgorny
When having on --with-system-expat, system still builds using bundled expat for tests tests type-bug
#92875 opened May 17, 2022 by mcepl
hashlib.algorithms_available doesn't account for backends loaded dynamically at runtime type-bug
#92874 opened May 17, 2022 by mgorny
Remove typing.io and typing.re 3.12 expert-typing type-feature
#92871 opened May 17, 2022 by srittau
Add c_time_t to ctypes type-feature
#92869 opened May 17, 2022 by thp
Performance gap of match statements of classes compared with equivalent Python 3.9 code performance type-bug
#92868 opened May 17, 2022 by tonybaloney
syntax parsing for except* appears a little too lenient (PEP 654) type-feature
#92862 opened May 17, 2022 by asottile
logging: Surprising call to basicConfig() docs
#92859 opened May 16, 2022 by Gaasmann
Minor improvement to errors with (no) missing colon interpreter-core type-bug
#92858 opened May 16, 2022 by wookie184
bisect.insort crashes the interpreter if key is a string type-crash
#92839 opened May 16, 2022 by PaulWGraham
imaplib support for quoting arguments accidentally removed type-bug
#92835 opened May 16, 2022 by lampmerchant
ctypes.CDLL fails on FreeBSD: ld-elf.so.1: Can't find module with TLS index 1 type-bug
#92828 opened May 16, 2022 by yurivict
Wrong float4 struct pack on ppc64le and musl-based linux. type-bug
#92826 opened May 15, 2022 by dvarrazzo
Python 3.7.13 - Segmentation fault on import pending type-crash
#92825 opened May 15, 2022 by diasjoaocarlos
IDLE: Add "selected" section to Statusbar expert-IDLE type-feature
#92822 opened May 15, 2022 by billyeatcookies
ArgumentParser.add_subparsers() argument spec discrepancies docs
#92812 opened May 14, 2022 by MatthiasHeinz
Using parameter 'action' in function 'argparse.ArgumentParser.add_subparsers' stdlib type-bug
#92811 opened May 14, 2022 by MatthiasHeinz
_abc._abc_subclasscheck has very poor performance and (I think) a memory leak performance type-bug
#92810 opened May 14, 2022 by samuelcolvin
ProTip! Exclude everything labeled bug with -label:bug.