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.
Created on 2007年12月04日 03:38 by ts1, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| fromfd_sockpair.patch | ts1, 2007年12月04日 03:38 | |||
| 1552_test_socket.diff | therve, 2007年12月04日 14:04 | |||
| Messages (5) | |||
|---|---|---|---|
| msg58172 - (view) | Author: Takeshi Sone (ts1) | Date: 2007年12月04日 03:38 | |
socket() returns socket object wrapped by Python code, but fromfd() and socketpair() return raw object. This results in behaviour differences between sockets. Attached patch fixes it. |
|||
| msg58186 - (view) | Author: Thomas Herve (therve) * | Date: 2007年12月04日 14:04 | |
This is a nice enhancement. I attach a quick patch to add tests for that. |
|||
| msg110593 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2010年07月17日 18:34 | |
The attached patch files are small and look ok to me. Could someone with socket experience please give a yes or no. |
|||
| msg114969 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2010年08月26日 12:52 | |
fromfd is already taken care of in 3.2. Otherwise, this looks like a good fix once updated to trunk. |
|||
| msg116415 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2010年09月14日 18:00 | |
socketpair() was fixed in 3.x in r84813. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:28 | admin | set | github: 45893 |
| 2010年09月14日 18:00:27 | pitrou | set | status: open -> closed resolution: fixed messages: + msg116415 stage: patch review -> resolved |
| 2010年09月14日 15:34:15 | pitrou | set | nosy:
+ pitrou |
| 2010年08月26日 13:06:12 | giampaolo.rodola | set | nosy:
+ giampaolo.rodola |
| 2010年08月26日 12:52:46 | georg.brandl | set | nosy:
+ georg.brandl messages: + msg114969 |
| 2010年07月17日 18:34:45 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg110593 versions: - Python 2.7 |
| 2009年05月12日 15:36:13 | ajaksu2 | set | stage: patch review type: behavior -> enhancement versions: + Python 2.7, Python 3.2, - Python 2.6, Python 2.5 |
| 2008年01月20日 19:55:11 | christian.heimes | set | priority: normal keywords: + patch, easy versions: - Python 2.4 |
| 2007年12月04日 14:04:53 | therve | set | files:
+ 1552_test_socket.diff nosy: + therve messages: + msg58186 |
| 2007年12月04日 03:38:15 | ts1 | create | |