Request to backport Fix for Swig when used with python 3.8+ https://github.com/swig/swig/pull/1587/files
Bug #1966617 reported by
theofficialgman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
swig (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
https:/
this is a simple change to the swig source that fixed autogenerated files when used with python3.8.
Ubuntu bionic has python 3.8 (in addition to 3.6 and 3.8) and causes errors when swig with it installed.
The PyObject_GC_UnTrack macro got deprecated in 3.6 and finally removed in 3.8. Thus for all python versions >= 3.6 instead used PyObject_
https:/
To post a comment you must log in.
can we get this backported to swig for bionic? should be as simple as adding the patchfile I linked above