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 2006年09月25日 12:51 by doko, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (6) | |||
|---|---|---|---|
| msg61005 - (view) | Author: Matthias Klose (doko) * (Python committer) | Date: 2006年09月25日 12:51 | |
there's a request to update this module to add missing IN.SIO* definitions. How should that be done? Just re-running h2py drops all SIO* definitions, because the linux/sockios.h header isn't included anymore. requested at http://launchpad.net/bugs/58081 |
|||
| msg61006 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2006年09月27日 12:08 | |
Logged In: YES user_id=21627 It's convention that plat-* mirrors the structure of the header files. So ISTM that we should add sockios.py; IN.py should perhaps be regenerated only a release later. |
|||
| msg84464 - (view) | Author: Daniel Diniz (ajaksu2) * (Python triager) | Date: 2009年03月30日 02:33 | |
IN.py on trunk still lacks IN.SIOCGIFADDR (mentioned by the linked bug's OP). Present SIOC* in IN.py: SIOCSPGRP = 0x8902 SIOCGPGRP = 0x8904 SIOCATMARK = 0x8905 SIOCGSTAMP = 0x8906 |
|||
| msg111146 - (view) | Author: Daniele Tricoli (eriol) | Date: 2010年07月22日 02:16 | |
I would like to take care of this bug if it is worthwhile. I tried to use h2py as suggested by Martin v. Löwis adding /usr/include/linux/sockios.h in the regen shell script and it obviously work. I used a fresh clone of the py3k branch. P.S. Is not a problem that the resulting module name SOCKIOS does't follow PEP8? |
|||
| msg222409 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014年07月06日 17:22 | |
Related issues via #12619 include #3990 and #19554. |
|||
| msg275336 - (view) | Author: Zachary Ware (zach.ware) * (Python committer) | Date: 2016年09月09日 16:41 | |
This file was moved long ago and has now been completely removed. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:20 | admin | set | github: 44024 |
| 2016年09月09日 16:41:58 | zach.ware | set | status: open -> closed superseder: Remove Lib/plat-*/* files nosy: + zach.ware messages: + msg275336 resolution: out of date stage: needs patch -> resolved |
| 2014年07月06日 17:22:22 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg222409 |
| 2014年07月05日 22:09:47 | BreamoreBoy | set | versions: + Python 3.4, Python 3.5, - Python 3.2, Python 3.3 |
| 2011年10月18日 16:20:55 | eric.araujo | set | dependencies:
+ Automatically regenerate platform-specific modules stage: test needed -> needs patch versions: + Python 2.7, Python 3.2, Python 3.3, - Python 2.6 |
| 2010年07月22日 02:16:02 | eriol | set | nosy:
+ eriol messages: + msg111146 |
| 2009年04月22日 12:46:05 | ajaksu2 | set | keywords: + easy |
| 2009年03月30日 02:33:31 | ajaksu2 | set | nosy:
+ ajaksu2 messages: + msg84464 type: behavior stage: test needed |
| 2006年09月25日 12:51:47 | doko | create | |