Skip to content

Commit

Permalink
Adding changelog fragment.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmacdonald-stsci committed Oct 9, 2024
1 parent 9d52b78 commit 218d6dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changes/303.general.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Preparing ramp fitting for the upgrade to python 3.13. In python 3.13, the C-API
function ``PyLong_AsLong`` raises an exception if the object passed to it is
``NoneType``. There are two integer attributes for the ``RampData`` class that
can be ``NoneType``, so a check for ``NoneType`` for these attributes was added.

0 comments on commit 218d6dc

Please sign in to comment.