Issue1916
Created on 2012-06-11.00:46:38 by dahlia, last changed 2016-01-11.04:31:03 by zyasoft.
msg7199 (view) |
Author: Hong Minhee (dahlia) |
Date: 2012-06-11.00:46:37 |
|
It raises ImportError when ctypes.util is tried to be imported.
>>> import ctypes.util
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named util
|
msg8427 (view) |
Author: Jim Baker (zyasoft) |
Date: 2014-05-17.20:15:21 |
|
In #2148 I propose removing incomplete ctypes support in favor of CFFI
|
msg10014 (view) |
Author: Jim Baker (zyasoft) |
Date: 2015-05-04.16:08:16 |
|
We plan to finally resolve by using JyNI, see #2148 - this moves this dependency out of Jython core however
|
msg10625 (view) |
Author: Jim Baker (zyasoft) |
Date: 2016-01-11.04:31:03 |
|
Closing out in favor of using JyNI for its support of C ext API and ctypes. No way are we going to touch ctypes at this point in Jython core - it's just too much work.
|
|
Date |
User |
Action |
Args |
2016-01-11 04:31:03 | zyasoft | set | status: open -> closed resolution: remind -> out of date messages:
+ msg10625 |
2015-05-04 16:08:16 | zyasoft | set | messages:
+ msg10014 |
2014-05-17 20:15:21 | zyasoft | set | nosy:
+ zyasoft messages:
+ msg8427 |
2013-02-20 00:12:17 | fwierzbicki | set | priority: low nosy:
+ fwierzbicki resolution: remind versions:
+ Jython 2.7, - 2.7a2 |
2012-06-11 03:09:42 | Arfrever | set | nosy:
+ Arfrever |
2012-06-11 00:46:38 | dahlia | create | |
|