Commit 578d7ab
committed
The changes to PyMethod_New and the removal of unbound methods breaks ctypes' COMError on Windows. This patch doesn't address the problem but re-enables the import of _ctypes until somebody has time to fix it right. I've no time to dig into it. Also see http://bugs.python.org/issue1505
1 parent 2e0b755 commit 578d7ab
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4624 | 4624 | | |
4625 | 4625 | | |
4626 | 4626 | | |
4627 | | - | |
| 4627 | + | |
4628 | 4628 | | |
4629 | 4629 | | |
4630 | | - | |
4631 | | - | |
4632 | | - | |
| 4630 | + | |
| 4631 | + | |
| 4632 | + | |
| 4633 | + | |
4633 | 4634 | | |
4634 | 4635 | | |
4635 | 4636 | | |
| |||
0 commit comments