home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 665488672

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
665488672 MDU6SXNzdWU2NjU0ODg2NzI= 4267 CachingFileManager should not use __del__ 1217238 open 0     2 2020-07-25T01:20:52Z 2022-04-17T21:42:39Z   MEMBER      

__del__ is sometimes called after modules have been deallocated, which results in errors printed to stderr when Python exits. This manifests itself in the following bug: https://github.com/shoyer/h5netcdf/issues/50

Per https://github.com/shoyer/h5netcdf/issues/50#issuecomment-572191867, the right solution is probably to use weakref.finalize.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/4267/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    13221727 issue

Links from other tables

  • 2 rows from issues_id in issues_labels
  • 2 rows from issue in issue_comments
Powered by Datasette · Queries took 0.6ms · About: xarray-datasette