Commit 09dafe2
Remove runtime stderr warning from Python bindings (#1898)
* Initial plan
* Remove runtime stderr warning from Python bindings
Remove the eprintln! calls that printed a runtime warning to stderr
when the process was forked after parallelism had been used. The
set_parallelism(false) behavior is preserved to avoid deadlocks.
File changed: bindings/python/src/lib.rs
Commit OID referenced: a05b60c
Co-authored-by: ArthurZucker <[email protected]>
* Update comment to reflect the new behavior after removing warning
The comment now correctly states that the callback disables parallelism
instead of warning the user.
Co-authored-by: ArthurZucker <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: ArthurZucker <[email protected]>1 parent a05b60c commit 09dafe2
1 file changed
+1
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 47 | | |
57 | 48 | | |
58 | 49 | | |
| |||
0 commit comments