Skip to content

Commit 10f5d44

Browse files
[1.12] Add PR number to gc_safe NEWS entry (#57682)
1.12 branch version of #57679
1 parent 686c917 commit 10f5d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ New language features
2525
* Support for Unicode 16 ([#56925]).
2626
* `Threads.@spawn` now takes a `:samepool` argument to specify the same threadpool as the caller.
2727
`Threads.@spawn :samepool foo()` which is shorthand for `Threads.@spawn Threads.threadpool() foo()` ([#57109]).
28-
* The `@ccall` macro can now take a `gc_safe` argument, that if set to true allows the runtime to run garbage collection concurrently to the `ccall`
28+
* The `@ccall` macro can now take a `gc_safe` argument, that if set to true allows the runtime to run garbage collection concurrently to the `ccall` ([#49933]).
2929

3030
Language changes
3131
----------------

0 commit comments

Comments
 (0)