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

Example in Doc/extending/embedding.rst fails to compile cleanly #64665

Closed
zware opened this issue Jan 31, 2014 · 3 comments
Closed

Example in Doc/extending/embedding.rst fails to compile cleanly #64665

zware opened this issue Jan 31, 2014 · 3 comments
Labels
docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@zware
Copy link
Member

zware commented Jan 31, 2014

BPO 20466
Nosy @zware
Superseder
  • bpo-18395: Make _Py_char2wchar() and _Py_wchar2char() public
  • Files
  • issue20466.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2014-08-01.13:06:05.554>
    created_at = <Date 2014-01-31.22:14:09.588>
    labels = ['type-bug', 'docs']
    title = 'Example in Doc/extending/embedding.rst fails to compile cleanly'
    updated_at = <Date 2014-08-01.13:06:05.552>
    user = 'https://github.com/zware'

    bugs.python.org fields:

    activity = <Date 2014-08-01.13:06:05.552>
    actor = 'zach.ware'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2014-08-01.13:06:05.554>
    closer = 'zach.ware'
    components = ['Documentation']
    creation = <Date 2014-01-31.22:14:09.588>
    creator = 'zach.ware'
    dependencies = []
    files = ['33869']
    hgrepos = []
    issue_num = 20466
    keywords = ['patch']
    message_count = 3.0
    messages = ['209837', '209990', '224498']
    nosy_count = 3.0
    nosy_names = ['docs@python', 'zach.ware', 'Saimadhav.Heblikar']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '18395'
    type = 'behavior'
    url = 'https://bugs.python.org/issue20466'
    versions = ['Python 3.3', 'Python 3.4']

    @zware
    Copy link
    Member Author

    zware commented Jan 31, 2014

    Reported by Riccardo Rossi on docs@:

    The Very High Level Embedding example fails to compile cleanly, due to Py_SetProgramName expecting a wchar_t * argument, while the example passes a char *.

    @zware zware added docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error labels Jan 31, 2014
    @SaimadhavHeblikar
    Copy link
    Mannequin

    SaimadhavHeblikar mannequin commented Feb 2, 2014

    Patch fixes the mistake.
    Looks like it was copied over from earlier version.

    @zware
    Copy link
    Member Author

    zware commented Aug 1, 2014

    Thanks for your efforts, Saimadhav. The issue has been fixed in another way, though.

    @zware zware closed this as completed Aug 1, 2014
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant