2
0
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:
Bruno da Silva de Oliveira
2004-04-06 22:53:38 +00:00
parent ed7292abd3
commit bdf80a683c

View File

@@ -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