Skip to content

Commit 883c48e

Browse files
committed
@fixup Run C extensions marked as rb_ext_ractor_safe()/rb_ext_thread_safe() without the C extension lock
1 parent 211e9d2 commit 883c48e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/cext/include/truffleruby/truffleruby-abi-version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
// $RUBY_VERSION must be the same as TruffleRuby.LANGUAGE_VERSION.
2121
// $ABI_NUMBER starts at 1 and is incremented for every ABI-incompatible change.
2222

23-
#define TRUFFLERUBY_ABI_VERSION "3.3.7.2"
23+
#define TRUFFLERUBY_ABI_VERSION "3.3.7.3"
2424

2525
#endif

src/main/c/cext/truffleruby.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ VALUE rb_tr_zlib_crc_table(void) {
3939
}
4040

4141
VALUE rb_tr_cext_lock_owned_p(void) {
42-
return RUBY_CEXT_INVOKE("rb_tr_cext_lock_owned_p?");
42+
return RUBY_CEXT_INVOKE("rb_tr_cext_lock_owned_p");
4343
}
4444

4545
// Used for internal testing

0 commit comments

Comments
 (0)