[issue30820] email.contentmanager.raw_data_manager fails to create multipart messages

2018-06-11 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.7, Python 3.8 -Python 3.5 ___ Python tracker <https://bugs.python.org/issue30820> ___ ___

[issue33582] formatargspec deprecated but does not emit DeprecationWarning.

2018-06-11 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz title: formatargspec deprecated but does nto emit DeprecationWarning. -> formatargspec deprecated but does not emit DeprecationWarning. ___ Python tracker <https://bugs.python.org/issu

[issue33582] formatargspec deprecated but does not emit DeprecationWarning.

2018-06-11 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +7272 ___ Python tracker <https://bugs.python.org/issue33582> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31378] Missing documentation for sqlite3.OperationalError

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

[issue31378] Missing documentation for sqlite3.OperationalError

2018-06-12 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/issue31378> ___ ___ Python-bugs-list mailin

[issue33032] Mention implicit cache in struct.Struct docs

2018-06-15 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +7316 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue33032] Mention implicit cache in struct.Struct docs

2018-06-15 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue33032> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23224] LZMADecompressor object is only initialized in __init__

2018-06-20 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +7430 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue23224> ___ ___ Python-

[issue23224] LZMADecompressor object is only initialized in __init__

2018-06-20 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/issue23224> ___ ___ Python-bugs-list mailin

[issue11697] Unsigned type in mmap_move_method

2018-06-20 Thread Zackery Spytz
Zackery Spytz added the comment: This was fixed in commit cd04db03debaead0abd1bff149389445284f88e2 (the commit didn't have an associated BPO issue). -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/is

[issue33916] test_lzma: test_refleaks_in_decompressor___init__() leaks 100 handles on Windows

2018-06-20 Thread Zackery Spytz
Zackery Spytz added the comment: Have a look at #23224 and PR 7822. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue33916> ___ ___ Pytho

[issue33916] test_lzma: test_refleaks_in_decompressor___init__() leaks 100 handles on Windows

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

[issue27780] memory leaks in pgen build step abort build with address sanitizer enabled

2018-06-22 Thread Zackery Spytz
Zackery Spytz added the comment: These memory leaks were fixed in commit 9ac11a752a19c3b8607582a3d5ccb615c467124b, though the fix wasn't applied to 2.7. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/is

[issue33451] Start pyc file lock the file

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

[issue24596] Script globals in a GC cycle not finalized when exiting with SystemExit

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

[issue24596] Script globals in a GC cycle not finalized when exiting with SystemExit

2018-06-25 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.7, Python 3.8 -Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue24

[issue25007] Add support of copy protocol to zlib compressors and decompressors

2018-06-26 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +7549 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue25007> ___ ___ Python-

[issue25007] Add support of copy protocol to zlib compressors and decompressors

2018-06-26 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.8 -Python 3.6 ___ Python tracker <https://bugs.python.org/issue25007> ___ ___ Python-bug

[issue25862] TextIOWrapper assertion failure after read() and SEEK_CUR

2018-06-29 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +7619 ___ Python tracker <https://bugs.python.org/issue25862> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25862] TextIOWrapper assertion failure after read() and SEEK_CUR

2018-06-29 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +7621 ___ Python tracker <https://bugs.python.org/issue25862> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34005] Replace inspect.formatargspec by inspect.signature in xmlrpc module

2018-06-29 Thread Zackery Spytz
Zackery Spytz added the comment: This is a duplicate of #33911 (which already has a PR). -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue34

[issue31516] current_thread() becomes "dummy" thread during shutdown

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

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

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

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

2018-07-04 Thread Zackery Spytz
Zackery Spytz added the comment: This behaviour is present in 2.7. -- nosy: +ZackerySpytz versions: +Python 2.7, Python 3.6, Python 3.7, Python 3.8 -Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue20

[issue29342] os.posix_fadvise misreports errors

2018-07-10 Thread Zackery Spytz
Zackery Spytz added the comment: This was fixed in #31106. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue29342> ___ ___ Python-bug

[issue27351] Unexpected ConfigParser.read() behavior when passed fileobject

2018-07-10 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +7771 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue27351] Unexpected ConfigParser.read() behavior when passed fileobject

2018-07-10 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.7, Python 3.8 -Python 3.5 ___ Python tracker <https://bugs.python.org/issue27351> ___ ___

[issue33967] functools.singledispatch: Misleading exception when calling without arguments

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

[issue33967] functools.singledispatch: Misleading exception when calling without arguments

2018-07-11 Thread Zackery Spytz
Zackery Spytz added the comment: The test added in this change uses the deprecated method assertRaisesRegexp(), so -Werror will cause test_functools to fail. PR 8261 fixes this. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.

[issue34068] traceback.clear_frames(): Objects/typeobject.c:3086: _PyType_Lookup: Assertion `!PyErr_Occurred()' failed.

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

[issue34068] traceback.clear_frames(): Objects/typeobject.c:3086: _PyType_Lookup: Assertion `!PyErr_Occurred()' failed.

2018-07-14 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/issue34068> ___ ___ Python-bug

[issue25943] Integer overflow in _bsddb leads to heap corruption

2018-07-18 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +7871 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue25943] Integer overflow in _bsddb leads to heap corruption

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

[issue25943] Integer overflow in _bsddb leads to heap corruption

2018-07-22 Thread Zackery Spytz
Zackery Spytz added the comment: Integer overflow can also occur in DB_join(). -- ___ Python tracker <https://bugs.python.org/issue25943> ___ ___ Python-bug

[issue25943] Integer overflow in _bsddb leads to heap corruption

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

[issue27195] Crash when RawIOBase.write(b) evaluates b.format

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

[issue27195] Crash when RawIOBase.write(b) evaluates b.format

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

[issue34189] Add simple tests for new Tk widget options

2018-07-23 Thread Zackery Spytz
Zackery Spytz added the comment: It appears that a file was backported to 2.7 by accident. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue34

[issue32083] sqlite3 Cursor.description can't return column types

2018-07-26 Thread Zackery Spytz
Zackery Spytz added the comment: This seems to be a duplicate of #11691. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue32083> ___ ___

[issue18372] _Pickler_New() doesn't call PyObject_GC_Track(self)

2018-07-27 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8024 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue18372] _Pickler_New() doesn't call PyObject_GC_Track(self)

2018-07-27 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.6, Python 3.7, Python 3.8 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue18

[issue16965] 2to3 should rewrite execfile() to open in 'rb' mode

2018-07-30 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8081 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue16965> ___ ___ Py

[issue16965] 2to3 should rewrite execfile() to open in 'rb' mode

2018-07-30 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.8 -Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue16965> ___ ___

[issue34171] Lib/trace.cover not removed by the clean target

2018-08-03 Thread Zackery Spytz
Zackery Spytz added the comment: It seems that this file is left by test_trace after commit 47ab15470d72367694d7758004067313ae022f0e. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue34

[issue31908] trace module cli does not write cover files

2018-08-03 Thread Zackery Spytz
Zackery Spytz added the comment: This change causes test_trace to leave a trace.cover file in the Lib directory (see #34171). -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue31

[issue34236] Test6012 in test_capi is not run as part of make test

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

[issue34236] Test6012 in test_capi is not run as part of make test

2018-08-05 Thread Zackery Spytz
Change by Zackery Spytz : -- components: +Tests -Build nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue34236> ___ ___ Python-bugs-list mailin

[issue33989] ms.key_compare is not initialized in all paths of list_sort_impl()

2018-08-08 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz title: ms.key_compare is not initialized in all pathes of list_sort_impl -> ms.key_compare is not initialized in all paths of list_sort_impl() ___ Python tracker <https://bugs.python.org/issu

[issue33989] ms.key_compare is not initialized in all paths of list_sort_impl()

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

[issue32745] ctypes string pointer fields should accept embedded null characters

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

[issue32745] ctypes string pointer fields should accept embedded null characters

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

[issue24111] Valgrind suppression file should be updated

2018-08-11 Thread Zackery Spytz
Zackery Spytz added the comment: This was fixed in #34377. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue24111> ___ ___ Python-bug

[issue22602] UTF-7 codec decodes ill-formed sequences starting with "+"

2018-08-11 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8226 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue22602] UTF-7 codec decodes ill-formed sequences starting with "+"

2018-08-11 Thread Zackery Spytz
Zackery Spytz added the comment: This was also mentioned in #24848. -- nosy: +ZackerySpytz versions: +Python 3.8 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue22

[issue34400] Undefined behavior in Parser/parsetok.c

2018-08-14 Thread Zackery Spytz
New submission from Zackery Spytz : In parsetok(), null pointers are used in pointer arithmetic. -- components: Interpreter Core messages: 323505 nosy: ZackerySpytz priority: normal severity: normal status: open title: Undefined behavior in Parser/parsetok.c type: behavior versions

[issue34400] Undefined behavior in Parser/parsetok.c

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

[issue31370] Remove support for threads-less builds

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

[issue34400] Undefined behavior in Parser/parsetok.c

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

[issue34400] Undefined behavior in Parser/parsetok.c

2018-08-21 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +8321 ___ Python tracker <https://bugs.python.org/issue34400> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27195] Crash when RawIOBase.write(b) evaluates b.format

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

[issue34491] _bsddb.c: Missing Py_DECREF() in DB_join()

2018-08-24 Thread Zackery Spytz
Change by Zackery Spytz : -- components: Extension Modules nosy: ZackerySpytz priority: normal severity: normal status: open title: _bsddb.c: Missing Py_DECREF() in DB_join() type: resource usage versions: Python 2.7 ___ Python tracker <ht

[issue34491] _bsddb.c: Missing Py_DECREF() in DB_join()

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

[issue33407] Implement Py_DEPRECATED() macro for Visual Studio

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

[issue33407] Implement Py_DEPRECATED() macro for Visual Studio

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

[issue19569] Use __attribute__((deprecated)) to warn usage of deprecated functions and macros

2018-08-29 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +8475 ___ Python tracker <https://bugs.python.org/issue19569> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19569] Use __attribute__((deprecated)) to warn usage of deprecated functions and macros

2018-08-29 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.8 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue19569> ___ ___ Python-bug

[issue22872] multiprocessing.Queue raises AssertionError

2018-08-30 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +8480 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue22872> ___ ___ Python-

[issue22872] multiprocessing.Queue raises AssertionError

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

[issue23855] Missing Sanity Check for malloc() in PC/_msi.c

2018-09-02 Thread Zackery Spytz
Zackery Spytz added the comment: The suggested patch is not acceptable: MemoryError should be raised in the unlikely event of a malloc() failure, there's a missing call to MsiCloseHandle(), the use of tabs violates PEP 7, and there's a blatant syntax error. -- nosy: +Za

[issue23855] Missing Sanity Check for malloc() in PC/_msi.c

2018-09-02 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +8499 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue23855> ___ ___ Python-bugs-list mai

[issue34594] Some tests use hardcoded errno values

2018-09-05 Thread Zackery Spytz
New submission from Zackery Spytz : test_spwd.py and test_tabnanny.py use hardcoded errno values when they test some exception messages. -- components: Tests messages: 324662 nosy: ZackerySpytz priority: normal severity: normal status: open title: Some tests use hardcoded errno values

[issue34594] Some tests use hardcoded errno values

2018-09-05 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8534 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34594> ___ ___ Py

[issue34594] Some tests use hardcoded errno values

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

[issue34594] Some tests use hardcoded errno values

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

[issue23855] Missing Sanity Check for malloc() in PC/_msi.c

2018-09-10 Thread Zackery Spytz
Change by Zackery Spytz : -- versions: +Python 2.7, Python 3.6 ___ Python tracker <https://bugs.python.org/issue23855> ___ ___ Python-bugs-list mailing list Unsub

[issue32490] subprocess: duplicate filename in exception message

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

[issue32490] subprocess: duplicate filename in exception message

2018-09-11 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue32490> ___ ___

[issue28994] Misc fixes and cleanups in error handling C code

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

[issue28994] Misc fixes and cleanups in error handling C code

2018-09-12 Thread Zackery Spytz
Zackery Spytz added the comment: In PR 2123, it was reported that the Modules/atexitmodule.c file was backported to 2.7. PR 9214 addresses this. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue28

[issue20047] bytearray partition bug

2018-09-13 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +8700 ___ Python tracker <https://bugs.python.org/issue20047> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34696] PyByteArray_FromObject() has undocumented (and untested) behavior

2018-09-15 Thread Zackery Spytz
New submission from Zackery Spytz : The documentation states that PyByteArray_FromObject() creates a bytearray object from an object that implements the buffer protocol, but PyByteArray_FromObject() simply calls the bytearray constructor with its argument (the buffer protocol part is not

[issue34696] PyByteArray_FromObject() has undocumented (and untested) behavior

2018-09-15 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8755 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34696> ___ ___ Py

[issue26759] PyBytes_FromObject accepts arbitrary iterable

2018-09-15 Thread Zackery Spytz
Zackery Spytz added the comment: I've created #34696 for PyByteArray_FromObject(). -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/is

[issue32990] Supporting extensible format(PCM) for wave.open(read-mode)

2018-09-16 Thread Zackery Spytz
Zackery Spytz added the comment: Andrea, are you still working on this issue? If not, I will submit a PR. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue32

[issue32490] subprocess: duplicate filename in exception message

2018-09-16 Thread Zackery Spytz
Zackery Spytz added the comment: There was also some relevant discussion in #22536. -- ___ Python tracker <https://bugs.python.org/issue32490> ___ ___ Python-bug

[issue22851] 2.7 core crashes with generator.gi_frame.f_restricted

2018-09-17 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8771 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue22851] 2.7 core crashes with generator.gi_frame.f_restricted

2018-09-17 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue22851> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34735] Modules/timemodule.c: Memory leak in time_strftime()

2018-09-19 Thread Zackery Spytz
New submission from Zackery Spytz : There is a missing PyMem_Free(format) in time_strftime(). I'll create a PR. -- components: Extension Modules messages: 325754 nosy: ZackerySpytz priority: normal severity: normal status: open title: Modules/timemodule.c: Memory leak in time_str

[issue34735] Modules/timemodule.c: Memory leak in time_strftime()

2018-09-19 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8838 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34735> ___ ___ Py

[issue34770] pyshellext.cpp: Possible null pointer dereference

2018-09-22 Thread Zackery Spytz
New submission from Zackery Spytz : The GlobalLock() call in UpdateDropDescription() is not checked for failure. -- messages: 326098 nosy: ZackerySpytz priority: normal severity: normal status: open title: pyshellext.cpp: Possible null pointer dereference type: behavior versions

[issue34770] pyshellext.cpp: Possible null pointer dereference

2018-09-22 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8904 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34770> ___ ___ Py

[issue32990] Supporting extensible format(PCM) for wave.open(read-mode)

2018-09-23 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8921 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue5950] Make zipimport work with zipfile containing comments

2018-09-24 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +8951 ___ Python tracker <https://bugs.python.org/issue5950> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5950] Make zipimport work with zipfile containing comments

2018-09-24 Thread Zackery Spytz
Zackery Spytz added the comment: I've created a PR. -- nosy: +ZackerySpytz versions: +Python 3.8 -Python 3.6 ___ Python tracker <https://bugs.python.org/i

[issue34824] _ssl.c: Possible null pointer dereference

2018-09-27 Thread Zackery Spytz
New submission from Zackery Spytz : If _PyBytes_Resize() fails in _ssl_MemoryBIO_read_impl(), Py_DECREF() will be called on a null pointer. -- assignee: christian.heimes components: Extension Modules, SSL messages: 326573 nosy: ZackerySpytz, christian.heimes priority: normal severity

[issue34824] _ssl.c: Possible null pointer dereference

2018-09-27 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +9003 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34824> ___ ___ Py

[issue34826] io.BufferedReader crashes in 2.7 on memoryview attribute access

2018-09-27 Thread Zackery Spytz
Zackery Spytz added the comment: See #27195 and PR 8415. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue34826> ___ ___ Python-bug

[issue34879] bytesobject.c: Possible null pointer dereference due to formatfloat()

2018-10-02 Thread Zackery Spytz
New submission from Zackery Spytz : The PyBytes_FromStringAndSize() call in formatfloat() is not checked for failure. -- components: Interpreter Core messages: 326933 nosy: ZackerySpytz priority: normal severity: normal status: open title: bytesobject.c: Possible null pointer

[issue34879] bytesobject.c: Possible null pointer dereference due to formatfloat()

2018-10-02 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +9069 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34879> ___ ___ Py

[issue34899] Possible assertion failure due to int_from_bytes_impl()

2018-10-04 Thread Zackery Spytz
New submission from Zackery Spytz : If _PyLong_FromByteArray() fails in int_from_bytes_impl(), PyObject_CallFunctionObjArgs() might be called with a live exception. -- components: Interpreter Core messages: 327091 nosy: ZackerySpytz priority: normal severity: normal status: open title

<    2   3   4   5   6   7   8   >