Skip to content

Commit 0a092ca

Browse files
committed
Minor adjustments for recent Gambit
1 parent 9425002 commit 0a092ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ gsi github.com/gambit/python/test/leaks
131131
This 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

python.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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

0 commit comments

Comments
 (0)