[issue37352] Typo in documentation: "to making it easy"

2019-06-20 Thread Raymond Hettinger
Raymond Hettinger added the comment: It reads fine to me as is. -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list ma

[issue37352] Typo in documentation: "to making it easy"

2019-06-20 Thread Mariatta
Mariatta added the comment: FWIW I agree that "with an eye to ..." sounds too complex. It would be great to change it to "with the goal of...". -- nosy: +Mariatta ___ Python tracker

[issue37347] Reference-counting problem in sqlite

2019-06-20 Thread Benjamin Peterson
Benjamin Peterson added the comment: Why not use sqlite3_create_function_v2 to register a destructor for the function that does Py_DECREF and dispense with the dictionaries entirely? -- nosy: +benjamin.peterson ___ Python tracker

[issue36165] DOC: ssl.rst is missing formatting on two links

2019-06-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +14104 pull_request: https://github.com/python/cpython/pull/14281 ___ Python tracker ___ __

[issue36165] DOC: ssl.rst is missing formatting on two links

2019-06-20 Thread Mariatta
Mariatta added the comment: This just needed backport to 3.7. Miss-islington is already working on it. Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue37345] Add formal support for UDPLITE protococl

2019-06-20 Thread Andrew Svetlov
Andrew Svetlov added the comment: We have no setsockopt() shortcut helpers. socket.setblocking() uses fcntl() internally. -- ___ Python tracker ___ ___

[issue37345] Add formal support for UDPLITE protococl

2019-06-20 Thread Gabe Appleton
Gabe Appleton added the comment: I just want to be explicit so I don't mess up on protocol, since I am new to this project. Does that mean that you want me to remove the helper function and put documentation in about that sockopt, or that an exception could be made in this case? --

[issue19696] Merge all (non-syntactic) import-related tests into test_importlib

2019-06-20 Thread aeros167
aeros167 added the comment: Decided to start working on this issue, seems like a solid starting point. After submitting a minor doc contribution, I wanted to also attempt to contribute to some of the easier enhancement requests. >From my current assessment, it appears that "test_pkgimport",

[issue37250] C files generated by Cython set tp_print to 0: PyTypeObject.tp_print removed

2019-06-20 Thread Jeroen Demeyer
Jeroen Demeyer added the comment: > Perhaps it would be helpful for someone to recap the current options on the > table for moving forward and the most significant risk to Cython, Projects > using Cython, or CPython by selecting each option. There are three options: (1) Status-quo (keep eve

<    1   2