[issue20179] Derby #10: Convert 50 sites to Argument Clinic across 4 files

2019-06-20 Thread Zackery Spytz
Zackery Spytz added the comment: PR 14275 converts Modules/overlapped.c. Many methods now use METH_FASTCALL. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue20

[issue33694] test_asyncio: test_start_tls_server_1() fails on Python on x86 Windows7 3.7 and 3.x

2019-06-21 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +14111 pull_request: https://github.com/python/cpython/pull/14152 ___ Python tracker <https://bugs.python.org/issue33

[issue37370] AF_UNIX should be supported on Windows

2019-06-22 Thread Zackery Spytz
Zackery Spytz added the comment: This is a duplicate of bpo-33408. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue37370> ___ ___ Pytho

[issue20177] Derby #8: Convert 28 sites to Argument Clinic across 2 files

2019-06-22 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +14133 pull_request: https://github.com/python/cpython/pull/14311 ___ Python tracker <https://bugs.python.org/issue20

[issue20177] Derby #8: Convert 28 sites to Argument Clinic across 2 files

2019-06-22 Thread Zackery Spytz
Zackery Spytz added the comment: I have created a PR for Modules/timemodule.c. -- nosy: +ZackerySpytz versions: +Python 3.9 -Python 3.8 ___ Python tracker <https://bugs.python.org/issue20

[issue20181] Derby #12: Convert 50 sites to Argument Clinic across 4 files

2019-06-23 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +14146 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14326 ___ Python tracker <https://bugs.python.org/issu

[issue20181] Derby #12: Convert 50 sites to Argument Clinic across 4 files

2019-06-23 Thread Zackery Spytz
Zackery Spytz added the comment: PR 14326 converts Modules/readline.c. As the parser module is slated for removal in 3.9 (according to PEP 594), Modules/parsermodule.c should not be converted. -- nosy: +ZackerySpytz ___ Python tracker <ht

[issue37393] Deprecation warnings in test_ntpath

2019-06-24 Thread Zackery Spytz
New submission from Zackery Spytz : C:\CPython\cpython>python.bat -Werror -m test test_ntpath Running Debug|x64 interpreter... Run tests sequentially 0:00:00 load avg: 0.00 [1/1] test_ntpath test test_ntpath failed -- Traceback (most recent call last): File "C:\CPython\cpython\\lib\n

[issue37393] Deprecation warnings in test_ntpath

2019-06-24 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +14174 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14357 ___ Python tracker <https://bugs.python.org/issu

[issue37412] os.getcwdb() doesn't implement PEP 528 (UTF-8) on Windows

2019-06-26 Thread Zackery Spytz
Zackery Spytz added the comment: See also bpo-32920. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue37412> ___ ___ Python-bugs-list m

[issue37419] Possible segfaults when passing large sequences to os.posix_spawn()

2019-06-26 Thread Zackery Spytz
New submission from Zackery Spytz : parse_file_actions() uses an int as it loops over the passed sequence, but it should use a Py_ssize_t. If the sequence is large enough, the int will overflow. -- components: Extension Modules messages: 346669 nosy: ZackerySpytz priority: normal

[issue37419] Possible segfaults when passing large sequences to os.posix_spawn()

2019-06-26 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +14221 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14409 ___ Python tracker <https://bugs.python.org/issu

[issue37445] Some FormatMessageW() calls use FORMAT_MESSAGE_FROM_SYSTEM without FORMAT_MESSAGE_IGNORE_INSERTS

2019-06-28 Thread Zackery Spytz
New submission from Zackery Spytz : As mentioned in bpo-26493, some FormatMessageW() calls use the FORMAT_MESSAGE_FROM_SYSTEM flag without FORMAT_MESSAGE_IGNORE_INSERTS. This will cause FormatMessageW() to fail if there are insert sequences in the message definition. I will create a PR for

[issue37445] Some FormatMessageW() calls use FORMAT_MESSAGE_FROM_SYSTEM without FORMAT_MESSAGE_IGNORE_INSERTS

2019-06-28 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +14279 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14462 ___ Python tracker <https://bugs.python.org/issu

[issue37446] Undefined behavior in Python/hamt.c

2019-06-28 Thread Zackery Spytz
New submission from Zackery Spytz : ./python -m unittest test.test_context.HamtTest.test_hamt_stress Python/hamt.c:1867:29: runtime error: left shift of 1 by 31 places cannot be represented in type 'int' . -- Ran

[issue37199] Test suite fails when Ipv6 is unavailable

2019-06-29 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +14297 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14480 ___ Python tracker <https://bugs.python.org/issu

[issue37199] Test suite fails when Ipv6 is unavailable

2019-06-29 Thread Zackery Spytz
Zackery Spytz added the comment: I've created a PR for this issue. -- components: +Tests nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/is

[issue37199] Test suite fails when Ipv6 is unavailable

2019-07-01 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +14348 pull_request: https://github.com/python/cpython/pull/14535 ___ Python tracker <https://bugs.python.org/issue37

[issue15500] Python should support exporting thread names to the OS

2019-07-03 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +14397 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14578 ___ Python tracker <https://bugs.python.org/issu

[issue15500] Python should support exporting thread names to the OS

2019-07-03 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.9 -Python 3.6 ___ Python tracker <https://bugs.python.org/issue15500> ___ ___ Python-bug

[issue37501] Test failures when CPython is built without docstrings

2019-07-04 Thread Zackery Spytz
New submission from Zackery Spytz : test_coroutines, test_dataclasses, test_idle, test_importlib, test_module, and test_pydoc fail when CPython is built without docstrings. It seems that most of the failures occur simply because the test.support.requires_docstrings decorator is missing for

[issue37501] Test failures when CPython is built without docstrings

2019-07-04 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +14408 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14592 ___ Python tracker <https://bugs.python.org/issu

[issue21120] PyArena type is used in headers from the limited API

2019-07-06 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +14448 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14634 ___ Python tracker <https://bugs.python.org/issu

[issue21120] PyArena type is used in headers from the limited API

2019-07-07 Thread Zackery Spytz
Change by Zackery Spytz : -- components: +Build -Library (Lib) nosy: +ZackerySpytz versions: +Python 3.9 -Python 3.5 ___ Python tracker <https://bugs.python.org/issue21

[issue32381] Python 3.6 cannot reopen .pyc file with non-ASCII path

2019-07-10 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +14498 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/14699 ___ Python tracker <https://bugs.python.org/issu

[issue32381] Python 3.6 cannot reopen .pyc file with non-ASCII path

2019-07-10 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.8, Python 3.9 -Python 3.6 ___ Python tracker <https://bugs.python.org/issue32381> ___ ___

[issue3753] bytearray incompatible with y#

2019-07-11 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: -14485 ___ Python tracker <https://bugs.python.org/issue3753> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37588] Py_DEPRECATED and unavoidable warnings

2019-07-14 Thread Zackery Spytz
Zackery Spytz added the comment: > I would like some way of locally suppressing Py_DEPRECATED. There was some discussion (and a pull request) on bpo-19569. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issu

[issue37291] AST - code cleanup

2019-07-14 Thread Zackery Spytz
Zackery Spytz added the comment: The linked PR was merged, so I think this issue can be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue37

[issue34543] _struct.Struct: calling functions without calling __init__ results in SystemError

2019-07-14 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +14573 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14777 ___ Python tracker <https://bugs.python.org/issu

[issue34543] _struct.Struct: calling functions without calling __init__ results in SystemError

2019-07-14 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 2.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue34543> ___ ___

[issue37547] Add _PyObject_CallMethodOneArg()

2019-07-15 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +14582 pull_request: https://github.com/python/cpython/pull/14785 ___ Python tracker <https://bugs.python.org/issue37

[issue33955] Implement PyOS_CheckStack on macOS using pthread_get_stack*_np

2019-07-15 Thread Zackery Spytz
Zackery Spytz added the comment: It seems that this issue is a duplicate of bpo-25518. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue33

[issue37547] Add _PyObject_CallMethodOneArg()

2019-07-15 Thread Zackery Spytz
Zackery Spytz added the comment: It seems that 59ad110d7a7784d53d0b502eebce0346597a6bef introduced a compiler warning in Modules/_io/winconsoleio.c. c:\projects\cpython\modules\_io\winconsoleio.c(208): warning C4133: 'function': incompatible types - from 'winconsoleio *'

[issue36712] duplicate method definition in Lib/email/test/test_email_renamed.py

2019-07-16 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +14596 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14800 ___ Python tracker <https://bugs.python.org/issu

[issue36711] duplicate method definition in Lib/email/feedparser.py

2019-07-16 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +14597 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14801 ___ Python tracker <https://bugs.python.org/issu

[issue36711] duplicate method definition in Lib/email/feedparser.py

2019-07-16 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue36711> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36712] duplicate method definition in Lib/email/test/test_email_renamed.py

2019-07-16 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue36712> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37337] Add _PyObject_VectorcallMethod() function

2019-07-17 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +14608 pull_request: https://github.com/python/cpython/pull/14814 ___ Python tracker <https://bugs.python.org/issue37

[issue37337] Add _PyObject_VectorcallMethod() function

2019-07-17 Thread Zackery Spytz
Zackery Spytz added the comment: Commit b1263d5a60d3f7ab02dd28409fff59b3815a3f67 causes GCC 9.1.0 to give a warning in Objects/descrobject.c. Objects/descrobject.c:1050:19: warning: cast between incompatible function types from ‘PyObject * (*)(mappingproxyobject *, PyObject * const

[issue31546] PyOS_InputHook is not called when waiting for input() in Windows

2019-07-17 Thread Zackery Spytz
Zackery Spytz added the comment: Can this issue be closed? PR 7978 was merged and backported. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue31

[issue26695] pickle and _pickle accelerator have different behavior when unpickling an object with falsy __getstate__ return

2019-07-22 Thread Zackery Spytz
Zackery Spytz added the comment: Josh, would you consider creating a pull request for this issue? -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue26

[issue22491] Support Unicode line boundaries in regular expression

2019-07-22 Thread Zackery Spytz
Zackery Spytz added the comment: > To meet Unicode standard requirement RL1.6 [1] all Unicode line separators > should be supported: It seems that large portions of Modules/_sre.c would have to be rewritten in order to do this. -- nosy: +Zacker

[issue30864] Compile failure for linux socket CAN support

2019-07-22 Thread Zackery Spytz
Zackery Spytz added the comment: It seems that the AF_CAN issue was fixed in bpo-31927 / d3187158c09cf899e9849f335bdff10594209167. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue30

[issue36568] Typo in socket.CAN_RAW_FD_FRAMES library documentation

2019-07-22 Thread Zackery Spytz
Zackery Spytz added the comment: It seems that this was fixed in 1b05aa219041eb1c9dbcb4ec6c1fa5b20f060bf5. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue36

[issue30237] Access violation due to CancelSynchronousIo of console read

2019-07-22 Thread Zackery Spytz
Zackery Spytz added the comment: PR 7911 was merged and backported. Should this issue be closed? -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue30

[issue37665] threading.TIMEOUT_MAX integer overflow on 32-bit builds with threading.Thread.join

2019-07-23 Thread Zackery Spytz
Zackery Spytz added the comment: See also bpo-33632. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue37665> ___ ___ Python-bugs-list m

[issue36044] PROFILE_TASK for PGO build is not a good workload

2019-07-23 Thread Zackery Spytz
Zackery Spytz added the comment: Travis only runs 40 tests after this change (https://travis-ci.org/python/cpython/jobs/562362678). -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue36

[issue35771] IDLE: Fix tooltip Hovertiptest failure

2019-07-23 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +14697 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14926 ___ Python tracker <https://bugs.python.org/issu

[issue35771] IDLE: Fix tooltip Hovertiptest failure

2019-07-23 Thread Zackery Spytz
Zackery Spytz added the comment: For what it's worth, I see this failure often when running the test suite. I have created a pull request to increase the delay. -- nosy: +ZackerySpytz versions: +Python 3.9 ___ Python tracker &

[issue37668] Allow individual test to be specified by "#" or "."

2019-07-24 Thread Zackery Spytz
Zackery Spytz added the comment: I don't think this change should be made. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/is

[issue30685] Multiprocessing Send to Manager Fails for Large Payload

2019-07-24 Thread Zackery Spytz
Zackery Spytz added the comment: It seems that this was fixed in bpo-17560. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue30

[issue2920] Patch to print symbolic value or errno in EnvironmentError.__str__()

2019-07-27 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +14755 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14988 ___ Python tracker <https://bugs.python.org/iss

[issue2920] Patch to print symbolic value of errno in OSError.__str__()

2019-07-27 Thread Zackery Spytz
Change by Zackery Spytz : -- title: Patch to print symbolic value or errno in EnvironmentError.__str__() -> Patch to print symbolic value of errno in OSError.__str__() versions: +Python 3.9 -Python 3.3 ___ Python tracker <https://bugs.pyth

[issue33772] Fix few dead code paths

2019-07-27 Thread Zackery Spytz
New submission from Zackery Spytz : PR 7418 has been merged, so I think this issue can be closed. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue33

[issue34880] About the "assert" bytecode

2019-08-01 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +14820 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15073 ___ Python tracker <https://bugs.python.org/issu

[issue34880] About the "assert" bytecode

2019-08-01 Thread Zackery Spytz
Change by Zackery Spytz : -- components: +Interpreter Core nosy: +ZackerySpytz versions: +Python 3.9 -Python 3.8 ___ Python tracker <https://bugs.python.org/issue34

[issue35771] IDLE: Fix tooltip Hovertiptest failure

2019-08-04 Thread Zackery Spytz
Zackery Spytz added the comment: Sorry for the delay. I'm using Lubuntu 19.04. -- ___ Python tracker <https://bugs.python.org/issue35771> ___ ___ Pytho

[issue36279] os.wait3() leaks some uninitialized stack when no processes exist

2019-08-04 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +14853 pull_request: https://github.com/python/cpython/pull/15111 ___ Python tracker <https://bugs.python.org/issue36

[issue2920] Patch to print symbolic value of errno in OSError.__str__()

2019-08-06 Thread Zackery Spytz
Zackery Spytz added the comment: Eryk, I'm not sure if something similar should be done for winerror. I think it's best to keep OSError_str() as simple as possible. -- ___ Python tracker <https://bugs.python.

[issue37268] Deprecate the parser module

2019-08-08 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +14915 pull_request: https://github.com/python/cpython/pull/15183 ___ Python tracker <https://bugs.python.org/issue37

[issue37808] Deprecate unbound super methods

2019-08-10 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +14934 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15205 ___ Python tracker <https://bugs.python.org/issu

[issue37808] Deprecate unbound super methods

2019-08-10 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue37808> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15010] unittest: _top_level_dir is incorrectly persisted between calls to different load_test methods

2019-08-12 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +14963 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/15242 ___ Python tracker <https://bugs.python.org/issu

[issue15010] unittest: _top_level_dir is incorrectly persisted between calls to different load_test methods

2019-08-12 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.7, Python 3.8, Python 3.9 -Python 3.2, Python 3.3 ___ Python tracker <https://bugs.python.org/issue15

[issue22811] _top_level_dir state leaks on defaultTestLoader

2019-08-12 Thread Zackery Spytz
Zackery Spytz added the comment: It seems that this issue is a duplicate of bpo-15010. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue22

[issue30640] NULL + 1 in _PyFunction_FastCallDict()

2017-07-27 Thread Zackery Spytz
Changes by Zackery Spytz : -- pull_requests: +2972 ___ Python tracker <http://bugs.python.org/issue30640> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31027] test_listcomps fails when run directly

2017-07-28 Thread Zackery Spytz
Changes by Zackery Spytz : -- pull_requests: +2991 ___ Python tracker <http://bugs.python.org/issue31027> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30640] NULL + 1 in _PyFunction_FastCallDict(), PyEval_EvalCodeEx()

2017-07-30 Thread Zackery Spytz
Zackery Spytz added the comment: As mentioned in PR 2919, this is an issue in PyEval_EvalCodeEx() as well. -- nosy: +ZackerySpytz title: NULL + 1 in _PyFunction_FastCallDict() -> NULL + 1 in _PyFunction_FastCallDict(), PyEval_EvalCodeEx() ___ Pyt

[issue30640] NULL + 1 in _PyFunction_FastCallDict(), PyEval_EvalCodeEx()

2017-07-31 Thread Zackery Spytz
Changes by Zackery Spytz : -- pull_requests: +3011 ___ Python tracker <http://bugs.python.org/issue30640> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35284] Incomplete error handling in the compiler's compiler_call()

2018-11-20 Thread Zackery Spytz
New submission from Zackery Spytz : compiler_call() needs to check if an error occurred during the maybe_optimize_method_call() call. -- components: Interpreter Core messages: 330159 nosy: ZackerySpytz priority: normal severity: normal status: open title: Incomplete error handling in

[issue35284] Incomplete error handling in the compiler's compiler_call()

2018-11-20 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +9873 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35284> ___ ___ Py

[issue35303] A reference leak in _operator.c's methodcaller_repr()

2018-11-23 Thread Zackery Spytz
Change by Zackery Spytz : -- components: Extension Modules nosy: ZackerySpytz priority: normal severity: normal status: open title: A reference leak in _operator.c's methodcaller_repr() versions: Python 3.6, Python 3.7, Python 3.8 ___ Python tr

[issue35303] A reference leak in _operator.c's methodcaller_repr()

2018-11-23 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +9941 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35303> ___ ___ Py

[issue35303] A reference leak in _operator.c's methodcaller_repr()

2018-11-23 Thread Zackery Spytz
New submission from Zackery Spytz : The attached PR fixes a reference leak in _operator.c's methodcaller_repr(). -- ___ Python tracker <https://bugs.python.org/is

[issue35337] Check index in PyTuple_GET_ITEM/PyTuple_SET_ITEM in debug mode

2018-11-28 Thread Zackery Spytz
Zackery Spytz added the comment: See also #14614. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue35337> ___ ___ Python-bugs-list mailin

[issue35356] A possible reference leak in the nis module

2018-11-29 Thread Zackery Spytz
New submission from Zackery Spytz : In nis_maps(), the result of PyUnicode_FromString() is leaked if the PyList_Append() call fails. -- components: Extension Modules messages: 330747 nosy: ZackerySpytz priority: normal severity: normal status: open title: A possible reference leak in

[issue35356] A possible reference leak in the nis module

2018-11-29 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +10054 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35356> ___ ___ Py

[issue10320] printf %qd is nonstandard

2018-12-02 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +10088 stage: test needed -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue10320] printf %qd is nonstandard

2018-12-02 Thread Zackery Spytz
Zackery Spytz added the comment: I've created a PR for this issue. -- nosy: +ZackerySpytz versions: +Python 3.6, Python 3.7, Python 3.8 -Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/is

[issue35414] A reference counting bug in PyState_RemoveModule()

2018-12-04 Thread Zackery Spytz
New submission from Zackery Spytz : There's a missing Py_INCREF(Py_None) in PyState_RemoveModule(). -- components: Interpreter Core messages: 331091 nosy: ZackerySpytz priority: normal severity: normal status: open title: A reference counting bug in PyState_RemoveModule() ver

[issue35414] A reference counting bug in PyState_RemoveModule()

2018-12-04 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +10153 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35414> ___ ___ Py

[issue34987] A possible null pointer dereference in _pickle.c's save_reduce()

2018-12-06 Thread Zackery Spytz
Change by Zackery Spytz : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue35436] Add missing PyErr_NoMemory() calls

2018-12-06 Thread Zackery Spytz
Change by Zackery Spytz : -- components: Extension Modules, Interpreter Core nosy: ZackerySpytz priority: normal severity: normal status: open title: Add missing PyErr_NoMemory() calls type: behavior versions: Python 2.7, Python 3.6, Python 3.7, Python 3.8

[issue35436] Add missing PyErr_NoMemory() calls

2018-12-06 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +10250 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35436> ___ ___ Py

[issue35436] Add missing PyErr_NoMemory() calls

2018-12-06 Thread Zackery Spytz
New submission from Zackery Spytz : The attached PR adds some missing PyErr_NoMemory() calls. -- ___ Python tracker <https://bugs.python.org/issue35436> ___ ___

[issue35436] Add missing PyErr_NoMemory() calls

2018-12-07 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +10256 ___ Python tracker <https://bugs.python.org/issue35436> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35441] Dead (and buggy) code due to mishandling of PyList_SetItem() errors

2018-12-08 Thread Zackery Spytz
Change by Zackery Spytz : -- components: Extension Modules nosy: ZackerySpytz priority: normal severity: normal status: open title: Dead (and buggy) code due to mishandling of PyList_SetItem() errors type: behavior versions: Python 2.7, Python 3.7, Python 3.8

[issue35441] Dead (and buggy) code due to mishandling of PyList_SetItem() errors

2018-12-08 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +10270 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35441> ___ ___ Py

[issue20602] sys.flags and sys.float_info disappear at shutdown

2018-12-09 Thread Zackery Spytz
Zackery Spytz added the comment: Ping. -- ___ Python tracker <https://bugs.python.org/issue20602> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35470] A deadly decref in _PyImport_FindExtensionObjectEx()

2018-12-12 Thread Zackery Spytz
New submission from Zackery Spytz : In _PyImport_FindExtensionObjectEx(), "mod" shouldn't be decrefed if _PyState_AddModule() fails. -- components: Interpreter Core messages: 331693 nosy: ZackerySpytz priority: normal severity: normal status: open title: A d

[issue35470] A deadly decref in _PyImport_FindExtensionObjectEx()

2018-12-12 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +10359 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35470> ___ ___ Py

[issue32810] Expose ags_gen and agt_gen in asynchronous generators

2018-12-14 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +10403 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32810> ___ ___ Py

[issue32810] Expose ags_gen and agt_gen in asynchronous generators

2018-12-14 Thread Zackery Spytz
Zackery Spytz added the comment: I've created a PR for this issue. -- nosy: +ZackerySpytz versions: +Python 3.8 -Python 3.7 ___ Python tracker <https://bugs.python.org/is

[issue35504] `del OSError().characters_written` raises `SystemError`

2018-12-15 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +10416 ___ Python tracker <https://bugs.python.org/issue35504> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35504] `del OSError().characters_written` raises `SystemError`

2018-12-15 Thread Zackery Spytz
Zackery Spytz added the comment: PR 11175 fixes some other related SystemErrors (and segfaults). -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue35

[issue35529] A reference counting bug in ctypes

2018-12-18 Thread Zackery Spytz
New submission from Zackery Spytz : In PyCFuncPtr_FromDll(), "dll" will leak if an error occurs in _validate_paramflags() or GenericPyCData_new(). -- components: Extension Modules, ctypes messages: 332101 nosy: ZackerySpytz priority: normal severity: normal status: ope

[issue35529] A reference counting bug in ctypes

2018-12-18 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +10464 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35529> ___ ___ Py

[issue10320] printf %qd is nonstandard

2018-12-18 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +10465 ___ Python tracker <https://bugs.python.org/issue10320> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35504] `del OSError().characters_written` raises `SystemError`

2018-12-20 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +10500 ___ Python tracker <https://bugs.python.org/issue35504> ___ ___ Python-bugs-list mailing list Unsubscribe:

<    1   2   3   4   5   6   7   8   >