Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Use PyStructSequence for result() return value #61

Copy link
Copy link
@encukou

Description

@encukou
Issue body actions

The result/result2/result3/result4 API looks quite silly by today's standards, if you don't mind me saying.

Do what os.stat does. result() should return an object that:

  • for backwards compatibility, acts like a tuple of the first two elements
  • has everything accessible as attributes.

Such a type can be defined at the C level using Struct Sequence.
In Python 2 this API is private; use a regular namedtuple subclass?

Deprecate result2/result3/result4 (but keep them around indefinitely).

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.