[issue3753] bytearray incompatible with y#

2019-08-01 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +14819 pull_request: https://github.com/python/cpython/pull/15072 ___ Python tracker ___

[issue3753] bytearray incompatible with y#

2019-07-16 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- pull_requests: +14590, 14591 pull_request: https://github.com/python/cpython/pull/14679 ___ Python tracker ___

[issue3753] bytearray incompatible with y#

2019-07-16 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- pull_requests: +14590 pull_request: https://github.com/python/cpython/pull/14679 ___ Python tracker ___

[issue3753] bytearray incompatible with y#

2019-07-11 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: -14485 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue3753] bytearray incompatible with y#

2019-07-09 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- pull_requests: +14485 pull_request: https://github.com/python/cpython/pull/14679 ___ Python tracker ___

[issue3753] bytearray incompatible with y#

2008-09-01 Thread Antoine Pitrou
Antoine Pitrou [EMAIL PROTECTED] added the comment: Yes, you must use y* instead: see http://docs.python.org/dev/3.0/c-api/arg.html y# would not be safe to use with bytearray since another thread could mutate the bytearray in-between, possibly reallocating the internal buffer (to shrink or grow

[issue3753] bytearray incompatible with y#

2008-09-01 Thread Georg Brandl
Georg Brandl [EMAIL PROTECTED] added the comment: Documented in r66113. -- resolution: - fixed status: open - closed ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3753 ___