Skip to content

Instantly share code, notes, and snippets.

@tirkarthi
Created September 23, 2018 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tirkarthi/d3d8645bf20c2cf70193916072a139ff to your computer and use it in GitHub Desktop.
Save tirkarthi/d3d8645bf20c2cf70193916072a139ff to your computer and use it in GitHub Desktop.
An org file with some bugs while triaging

Patch convert to PR

Python 2.7 optparse unicode string issue https://bugs.python.org/issue24307

Patch in discussion

Inaccurate docs on `import` behaviour https://bugs.python.org/issue33340

add remove_argument_group to argparse https://bugs.python.org/issue9350

Issue

Changing cls.__bases__ must ensure proper metaclass inheritance https://bugs.python.org/issue21919 [Has code]

unittest mock create_autospec doesn’t correctly replace mocksignature https://bugs.python.org/issue17185 [Has code]

has_calls weird behaviour https://bugs.python.org/issue26752 [Has code]

regex module bug https://bugs.python.org/issue9134 [Has code]

Patch rejected

Python 3 Mac OS causes warning due to sqlite shared cache disabled in SQLite shipped with Mac https://bugs.python.org/issue24464

Issue opened to deprecate tokenize.generate_tokens but was made public and merged with https://bugs.python.org/issue12486 - https://bugs.python.org/issue28418 (can be closed)

Depends on

tempfile.NamedTemporaryFile should be able to toggle “delete” https://bugs.python.org/issue23755 -> https://bugs.python.org/issue14243

Need to fix on 2.7 ?

segfault due to thread daemons https://bugs.python.org/issue18675

Don’t fix that is not broken ?

Use argparse in the uu module instead of optparse https://bugs.python.org/issue18979

No code

UnicodeDecodeError but no code https://bugs.python.org/issue32983

Discussion

Including RegexFlag in __all__ https://bugs.python.org/issue31369

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment