Changes between Initial Version and Version 1 of Ticket #35187, comment 1
- Timestamp:
- Feb 12, 2024, 2:27:56 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35187, comment 1
initial v1 1 This was very likely beintroduced by https://github.com/django/django/pull/168311 This was very likely introduced by https://github.com/django/django/pull/16831 2 2 I don't exactly understand what this is doing but `inspect.getsourcelines(wrapped_func)` will throw in case there's no corresponding source file (which we don't in a pyc only distribution). The question now is, can this be solved another way?