This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: PEP 3121, 384 Refactoring applied to socket module
Type: resource usage Stage:
Components: Extension Modules Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Robin.Schreiber, iritkatriel
Priority: normal Keywords: pep3121

Created on 2012-08-16 21:26 by Robin.Schreiber, last changed 2022-04-11 14:57 by admin.

Files
File name Uploaded Description Edit
socket_pep3121-384_v0.patch Robin.Schreiber, 2012-08-16 21:26
Messages (2)
msg168416 - (view) Author: Robin Schreiber (Robin.Schreiber) * (Python triager) Date: 2012-08-16 21:26
Changes proposed in PEP3121 and PEP384 have now been applied to the socket module!
msg408028 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-12-08 15:32
The patch needs to be converted to a github PR.
History
Date User Action Args
2022-04-11 14:57:34adminsetgithub: 59913
2021-12-08 15:32:48iritkatrielsetnosy: + iritkatriel

messages: + msg408028
versions: + Python 3.11, - Python 3.4
2012-11-08 13:41:56Robin.Schreibersetkeywords: + pep3121, - patch
2012-08-27 03:49:13belopolskylinkissue15787 dependencies
2012-08-16 21:26:27Robin.Schreibercreate