crashing in "include" method

Bug #1993002 reported by Greg Lee
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
empy (Ubuntu)
New
Undecided
Unassigned

Bug Description

The empy package is failing in the include subroutine. It appears that this has been corrected in later versions not yet pushed for Focal. Below is the patch that fixed it:

--- ./b/em.py 2022-10-14 14:35:46.953058734 -0400
+++ ./a/em.py 2022-10-14 14:35:56.960915741 -0400
@@ -44,7 +44,7 @@
                 exec("""exec code in globals, locals""")
 except NameError:
     _unicode = str
- _str = bytes
+ _str = str
     _unichr = chr
     _input = input
     try:

As of right now, Focal is using 3.3.2-5.1. It appears that 3.3.4 has fixed the issue but has not been pushed for Focal.

Tags: focal patch
tags: added: focal patch
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.