[issue29564] ResourceWarning: suggest to enable tracemalloc in the message

2018-01-18 Thread Jesse Bakker
Change by Jesse Bakker : -- nosy: +Jesse Bakker ___ Python tracker <https://bugs.python.org/issue29564> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32534] Speed-up list.insert: use memmove()

2018-01-18 Thread Jesse Bakker
Change by Jesse Bakker : -- nosy: +Jesse Bakker ___ Python tracker <https://bugs.python.org/issue32534> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31948] [EASY] Broken MSDN links in msilib docs

2017-11-14 Thread Jesse Bakker
Change by Jesse Bakker : -- pull_requests: +4346 stage: backport needed -> patch review ___ Python tracker <https://bugs.python.org/issue31948> ___ ___ Python-

[issue32022] Python crashes with mutually recursive code

2017-11-18 Thread Jesse Bakker
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/issue32

[issue32042] Option for comparing values instead of reprs in doctest

2017-11-19 Thread Jesse Bakker
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

[issue10049] Add a "no-op" (null) context manager to contextlib

2017-11-19 Thread Jesse Bakker
Change by Jesse Bakker : -- versions: +Python 3.8 -Python 3.2 ___ Python tracker <https://bugs.python.org/issue10049> ___ ___ Python-bugs-list mailing list Unsub

[issue10049] Add a "no-op" (null) context manager to contextlib

2017-11-19 Thread Jesse Bakker
Change by Jesse Bakker : -- pull_requests: +4397 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue10049> ___ ___ Python-

[issue10049] Add a "no-op" (null) context manager to contextlib

2017-11-19 Thread Jesse Bakker
Change by Jesse Bakker : -- nosy: +Jesse Bakker ___ Python tracker <https://bugs.python.org/issue10049> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32121] tracemalloc.Traceback.format() should have an option to reverse the traceback

2017-11-23 Thread Jesse Bakker
Change by Jesse Bakker : -- keywords: +patch pull_requests: +4470 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue32121] tracemalloc.Traceback.format() should have an option to reverse the traceback

2017-11-23 Thread Jesse Bakker
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/issue32