New GitHub issue #119533 from trim21:<br>

<hr>

<pre>
# Crash report

### What happened?

This issue related to cpython's c-api.

If module function is added by `PyModule_AddFunctions`, and any code contain `uint8_t = uint8_t * double`, when python loading this dll, it will run into `Windows fatal exception: access violation`

re-produce repo: https://github.com/trim21/msvc-cpython-bug


### CPython versions tested on:

3.12

### Operating systems tested on:

Windows

### Output from running 'python -VV' on the command line:

Python 3.12.3 (tags/v3.12.3:f6650f9, Apr  9 2024, 14:05:25) [MSC v.1938 64 bit (AMD64)]
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/119533">View on GitHub</a>
<p>Labels: type-crash</p>
<p>Assignee: </p>