Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.0
-
None
Description
On fedora there exists a 'builtins' library that helps with porting py2 code to py3 (python2-future package).
It doesn't support all the features of the builtins module in py3, such as the way we override _import_.
TL;DR if that 3rd party builtins library is installed dispatch will fail to run.