Make twisted.internet.udp.MulticastMixin a newstyle class
Open
Nobody has claimed this yet.
core
enhancement
new
priority-normal
- Dominant language
- Python
- Stars
- 6k
- Forks
- 1.2k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 10
Description
| @fijal reported | |
|---|---|
| Trac ID | trac#4370 |
| Type | enhancement |
| Created | 2010-03-14 23:21:19Z |
This is another examples of mixing new and old style classes in mro. Making them newstyle improves performance on top of pypy
Searchable metadata
trac-id__4370 4370
type__enhancement enhancement
reporter__fijal fijal
priority__normal normal
milestone__
branch__
branch_author__
status__new new
resolution__None None
component__core core
keywords__
time__1268608879000000 1268608879000000
changetime__1310069297000000 1310069297000000
version__None None
owner__
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the definition of twisted.internet.udp.MulticastMixin and inspect how it participates in the surrounding class hierarchy. Update the class so it is new-style, then run the relevant UDP test suite and confirm the multicast behavior remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100