Changes between Initial Version and Version 1 of Ticket #35187, comment 1


Ignore:
Timestamp:
Feb 12, 2024, 2:27:56 PM (3 months ago)
Author:
Marcus Hoffmann

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35187, comment 1

    initial v1  
    1 This was very likely be introduced by https://github.com/django/django/pull/16831
     1This was very likely introduced by https://github.com/django/django/pull/16831
    22I 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?
Back to Top