bpo-29859: Fix error messages from return codes for pthread_* calls by Birne94 · Pull Request #741 · python/cpython (original) (raw)

Choose a reason for hiding this comment

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

temporary variable seems redundant.
fprintf(stderr, "%s: %s\n", name, strerror(status)) is enough, maybe.

You removed error = 1;. Is it intended change?

Please wrap line within 79 columns.