Commit 439f763
BUG: fix datetime/timedelta hash memory leak (#29411)
* BUG: fix datetime/timedelta hash memory leak
* get metadata directly from scalar object
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
* BUG: remove unnecessary Py_DECREF
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
* BUG: remove dtype variable declaration that is not used anymore
---------
Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>1 parent f45f828 commit 439f763
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3911 | 3911 | | |
3912 | 3912 | | |
3913 | 3913 | | |
3914 | | - | |
3915 | 3914 | | |
3916 | 3915 | | |
3917 | 3916 | | |
3918 | 3917 | | |
3919 | 3918 | | |
3920 | 3919 | | |
3921 | 3920 | | |
3922 | | - | |
3923 | | - | |
| 3921 | + | |
3924 | 3922 | | |
3925 | | - | |
| 3923 | + | |
| 3924 | + | |
3926 | 3925 | | |
3927 | 3926 | | |
3928 | 3927 | | |
| |||
0 commit comments