Closed jamadden closed 5 years ago
The constructor for the CodeType changed in 3.8; to remedy that going forward, 3.8 introduced a replace() method that can be used instead.
CodeType
replace()
This was reported as a bug (with corresponding PR!) against gevent's local copy of tblib in https://github.com/gevent/gevent/pull/1429 by @vstinner
Alright lets see if I can cherrypick that commit.
Thanks!
The constructor for the
CodeType
changed in 3.8; to remedy that going forward, 3.8 introduced areplace()
method that can be used instead.This was reported as a bug (with corresponding PR!) against gevent's local copy of tblib in https://github.com/gevent/gevent/pull/1429 by @vstinner