mrkn / pycall.rb

Calling Python functions from the Ruby language
MIT License
1.05k stars 72 forks source link

Fix segvs #178

Closed mrkn closed 3 months ago

mrkn commented 3 months ago

This patch fixes the following SEGVs.

  1. SEGV on PyPtr finalizer that is called on non-main threads due to GC sweeper
  2. SEGV on Ruby process finalization phase