You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG21420633: Fix CExtension crashing while fetching large number of NULL values
CExtension was crashing with "Fatal Python error: deallocating None" when
a large number of NULL values were fetched. With this patch we fix this
issue by incrementing reference to None whenver a NULL value is fetched.
A test case has been added for BUG#21420633.
0 commit comments