[issue29564] ResourceWarning: suggest to enable tracemalloc in the message
Change by Jesse Bakker : -- nosy: +Jesse Bakker ___ Python tracker <https://bugs.python.org/issue29564> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue32534] Speed-up list.insert: use memmove()
Change by Jesse Bakker : -- nosy: +Jesse Bakker ___ Python tracker <https://bugs.python.org/issue32534> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue31948] [EASY] Broken MSDN links in msilib docs
Change by Jesse Bakker : -- pull_requests: +4346 stage: backport needed -> patch review ___ Python tracker <https://bugs.python.org/issue31948> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue32022] Python crashes with mutually recursive code
Jesse Bakker added the comment: On linux x86-64 with python 3.6.3 and python 3.7.0a2+ I get a RecursionError: maximum recursion depth exceeded. -- nosy: +Jesse Bakker ___ Python tracker <https://bugs.python.org/issue32022> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue32042] Option for comparing values instead of reprs in doctest
Jesse Bakker added the comment: I think this would allow for inconsistency in docs (if implemented as suggested), as when actually running the code in the docs, one would get different results than suggested by the docs. Maybe there is some other way (with different docs syntax) that would work well. Cannot think of anything from the top of my head, but maybe someone more creative can? -- nosy: +Jesse Bakker ___ Python tracker <https://bugs.python.org/issue32042> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue10049] Add a "no-op" (null) context manager to contextlib
Change by Jesse Bakker : -- versions: +Python 3.8 -Python 3.2 ___ Python tracker <https://bugs.python.org/issue10049> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue10049] Add a "no-op" (null) context manager to contextlib
Change by Jesse Bakker : -- pull_requests: +4397 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue10049> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue10049] Add a "no-op" (null) context manager to contextlib
Change by Jesse Bakker : -- nosy: +Jesse Bakker ___ Python tracker <https://bugs.python.org/issue10049> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue32121] tracemalloc.Traceback.format() should have an option to reverse the traceback
Change by Jesse Bakker : -- keywords: +patch pull_requests: +4470 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue32121> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue32121] tracemalloc.Traceback.format() should have an option to reverse the traceback
Jesse Bakker added the comment: I can work on this if you want. Can have a PR ready in a few minutes. -- nosy: +Jesse Bakker ___ Python tracker <https://bugs.python.org/issue32121> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com