Don't require restart to change release number #23
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Opened 2 years ago
Last modified 2 years ago
#2400assigneddefect
Don't require restart to change release number
Reported by:zzzOwned by:sadie
Priority:
minor
Milestone:
undecided
Component:
www/i2p
Version:
0.9.38
Keywords:
Cc:
Parent Tickets:
Sensitive:
no
Description
str4d says the website should recognize when the release number changes in init.py. Usually but not always, however, a restart is required. zab says that since the .py must be compiled to a .pyc, a restart is always required. Figure out who's right, and why, and fix it so a restart is never required.
Subtickets
comment:2 Changed 2 years ago by zzz
Owner:
changed from slumlord to _sadie_Status:new →
assigned
comment:1 Changed 2 years ago by Zlatin Balevsky
If I'm right about the .pyc compilation, then this approach may help https://www.indelible.org/ink/python-reloading/ but it's not trivial at all.