We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd3656 commit 5534de6Copy full SHA for 5534de6
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/BuiltinFunctions.java
@@ -1319,7 +1319,7 @@ public abstract static class BuiltinNode extends PythonUnaryBuiltinNode {
1319
1320
@Specialization
1321
@TruffleBoundary
1322
- public Object doIt(PFunction func) {
+ synchronized public Object doIt(PFunction func) {
1323
/*
1324
* (tfel): To be compatible with CPython, builtin module functions must be bound to
1325
* their respective builtin module. We ignore that builtin functions should really be
0 commit comments