File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,6 @@ gsi github.com/gambit/python/test/leaks
131131This software is distributed under the same terms as
132132[ Gambit] ( https://github.com/gambit/gambit ) .
133133
134- © ; Marc Feeley 2021-2022
134+ © ; Marc Feeley 2021-2025
135135
136- © ; Marc-André Bélanger 2021-2022
136+ © ; Marc-André Bélanger 2021-2025
Original file line number Diff line number Diff line change 2323(declare (not safe)) ;; claim code has no type errors
2424(declare (block)) ;; claim no global is assigned
2525
26- (##namespace (""
26+ (##namespace ("" pp
2727 current-thread make-thread thread-start! thread-sleep!
2828 make-mutex mutex-lock! mutex-unlock!))
2929
@@ -2570,7 +2570,7 @@ void setup_python_fpc_state(___SCMOBJ scheme_fpc_state) {
25702570
25712571 if (___EXT(___thread_create)(&python_fpc_state->python_thread)
25722572 != ___FIX(___NO_ERR)) {
2573- printf("can't create Python thread (was Gambit configured with --enable-thread-system?) \n");
2573+ printf("can't create Python thread\n");
25742574 exit(1); /* TODO: better error handling! */
25752575 }
25762576
You can’t perform that action at this time.
0 commit comments