home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 367809113

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/1935#issuecomment-367809113 https://api.github.com/repos/pydata/xarray/issues/1935 367809113 MDEyOklzc3VlQ29tbWVudDM2NzgwOTExMw== 1102577 2018-02-22T20:19:44Z 2018-02-22T20:19:44Z NONE

@shoyer you are right !

``` Python 2.7.8 (2.4.0+dfsg-3, Dec 20 2014, 13:30:46) [PyPy 2.4.0 with GCC 4.9.2] on linux2 Type "help", "copyright", "credits" or "license" for more information.

import weakref import threading lock = threading.Lock() locks = weakref.WeakValueDictionary() locks['foo'] = lock Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/pypy/lib-python/2.7/weakref.py", line 108, in setitem self.data[key] = KeyedRef(value, self._remove, key) File "/usr/lib/pypy/lib-python/2.7/weakref.py", line 274, in new self = ref.new(type, ob, callback) TypeError: cannot create weak reference to 'thread.lock' object ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  299346082
Powered by Datasette · Queries took 156.807ms · About: xarray-datasette