[issue29949] sizeof set after set_merge() is doubled from 3.5

2017-03-31 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: -> rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue29902] copy breaks staticmethod

2017-03-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This issue was fixed by issue22995 in 3.6. But for some reasons the general solution was not applied to 3.5 and 2.7. Proposed patch makes staticmethod, classmethod and property descriptors explicitly non-pickleable (as was made explicitly non-pickleable file

[issue29902] copy breaks staticmethod

2017-03-31 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +822 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue29951] PyArg_ParseTupleAndKeywords exception messages containing "function"

2017-03-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > But are you sure about the "keywords must be strings" -> "keyword arguments > must be strings" change? I always thought the key is the "keyword" and the > value the "(keyword) argument". Now, after you have made change, I have doubts. Yes, it looks ambiguo

[issue29951] PyArg_ParseTupleAndKeywords exception messages containing "function"

2017-03-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Martin, could you please take a look? Does the wording of error messages look good English? Do you have to suggest some enhancements? -- nosy: +martin.panter ___ Python tracker

[issue29951] PyArg_ParseTupleAndKeywords exception messages containing "function"

2017-03-31 Thread Michael Seifert
Michael Seifert added the comment: Thank you for the suggestions, I added them to the PR. If you want But are you sure about the "keywords must be strings" -> "keyword arguments must be strings" change? I always thought the key is the "keyword" and the value the "(keyword) argument". ---

[issue28810] Document bytecode changes in 3.6

2017-03-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 0a17e584461b14ff65ec287048f53911dbb2 by Mariatta in branch '3.6': bpo-28810: Update lnotab_notes.txt (GH-665) (GH-919) https://github.com/python/cpython/commit/0a17e584461b14ff65ec287048f53911dbb2 -- nosy: +Mariatta ___

<    1   2   3   4   5