PyIter_Check macros is not working in applications that embed python
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python2.7 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
When trying to use PyIter_Check macros in applications that embed python interpreter (like vim) it always evaluates to TRUE because _PyObject_
Checked with manually unpacked libpython2.