mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
- removed exporters.importing mechanism, because this was causing a serious bug that was preventing the bases code to be generated
[SVN r22613]
This commit is contained in:
@@ -52,7 +52,9 @@ class DeclarationInfo:
|
||||
|
||||
|
||||
def AddExporter(self, exporter):
|
||||
if not exporters.importing:
|
||||
# this was causing a much serious bug, as reported by Niall Douglas:
|
||||
# another solution must be found!
|
||||
#if not exporters.importing:
|
||||
if exporter not in exporters.exporters:
|
||||
exporters.exporters.append(exporter)
|
||||
exporter.interface_file = exporters.current_interface
|
||||
|
||||
Reference in New Issue
Block a user