Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

str() of delayedcall instances failed when call is a method-of-a-builtin #7891

Closed
twisted-trac opened this issue May 11, 2015 · 1 comment
Closed

Comments

@twisted-trac
Copy link

moshez's avatar @moshez reported
Trac ID trac#7891
Type defect
Created 2015-05-11 03:02:51Z

See attachment. When running it, I get (edited whitespace for wiki reasons, no other editing):

15.1.0 sys.version_info(major=2, minor=7, micro=8, releaselevel='final', serial=0)
Traceback (most recent call last):
File "froop", line 9, in
str(t)
File "/home/moshez/src/ncolony/build/.tox/py27-unit/local/lib/python2.7/site-packages/twisted/internet/base.py", line 182, in str
func = self.func.func_name
AttributeError: 'builtin_function_or_method' object has no attribute 'func_name'

Attachments:

  • froop (161 bytes) - added by moshez on 2015-05-11 03:03:20Z - Bug reproduction
Searchable metadata
trac-id__7891 7891
type__defect defect
reporter__moshez moshez
priority__normal normal
milestone__ 
branch__ 
branch_author__ 
status__new new
resolution__None None
component__core core
keywords__ 
time__1431313371584526 1431313371584526
changetime__1431313371584526 1431313371584526
version__None None
owner__None None

@exarkun
Copy link
Member

exarkun commented Aug 18, 2022

#9061 was a duplicate of this and the issue was fixed in #10155.

@exarkun exarkun closed this as completed Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants