◐ Shell
clean mode source ↗

gh-83004: Harden msvcrt further by erlend-aasland · Pull Request #103420 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@erlend-aasland

The old insert* helpers were buggy: conversion errors were cleared, insert dict errors simply ignored (could theoretically end up overwriting the previous exception over and over again).

kumaraditya303

kumaraditya303

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing error label

@bedevere-bot

When you're done making the requested changes, leave the comment: I have made the requested changes; please review again.

@erlend-aasland

missing error label

Thanks for the heads-up. I removed those gotos. PTAL.

kumaraditya303

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

carljm added a commit to carljm/cpython that referenced this pull request

Apr 20, 2023

Labels